home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / sterm100.zip / PROTOCOL.LST < prev    next >
File List  |  1995-03-08  |  2KB  |  43 lines

  1. ;
  2. ;   This is the external protocol definition file for STERM.
  3. ;
  4. ;   There are two sections; [download] and [upload]. A section ends at the
  5. ;   first blank line or a line beginning with a [ character.
  6. ;
  7. ;   The [download] section contains the definitions for receiving, [upload]
  8. ;   is used for sending. Each entry is a comma-delimited string containing
  9. ;   two parts:
  10. ;
  11. ;       "Protocol Name", "Exec string with arguments"
  12. ;
  13. ;   The fields don't need to be surrounded with quotes unless you need commas
  14. ;   in them. There are five subsitution macros you can use that will have
  15. ;   values inserted in their place when the procotol engine is invoked:
  16. ;
  17. ;       @HANDLE@        The _FILE_HANDLE_ of the comm port in use.
  18. ;       @LOCK@          The computer to modem speed.
  19. ;       @BPS@           The actual line speed of the connection.
  20. ;       @DIR@           The download directory.
  21. ;       @FILE@          Prompts for a filename to be inserted.
  22. ;
  23. ;   No comments can be placed in the file after the first section.
  24. ;
  25. ;   The entries below are for use with Cutting Edge's CE-XYZ/2 FTP engine.
  26. ;
  27. [download]
  28. ZedZap,          cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Rzap @DIR@
  29. ZModem,          cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Rz   @DIR@
  30. YModem-G,        cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Ryg  @DIR@
  31. YModem Batch-1k, cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Ry1k @DIR@
  32. YModem Batch,    cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Ry   @DIR@
  33. XModem-1k,       cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Rx1k @FILE@
  34. XModem,          cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Rx   @FILE@
  35. [upload]
  36. ZedZap,          cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Szap @FILE@
  37. ZModem,          cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Sz   @FILE@
  38. YModem-G,        cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Syg  @FILE@
  39. YModem Batch-1k, cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Sy1k @FILE@
  40. YModem Batch,    cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Sy   @FILE@
  41. XModem-1k,       cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Sx1k @FILE@
  42. XModem,          cexyz2.exe /P@HANDLE@ /L@LOCK@ /B@BPS@ /Sx   @FILE@
  43.